MindFusion.Java Package Programmer's Guide
Theme.setCommonSeriesStrokes Method
See Also
 






Sets a list of Brush-es, each Brush used to stroke all elements in a Series.

Namespace: com.mindfusion.charting
Package: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setCommonSeriesStrokes (
    List<Brush> value
)

 Parameters

value

A list with Brush instances.

 Remarks

If the values in the list are less than the count of the Series, the control cycles through them.

 See Also

Theme Members
Theme Class
com.mindfusion.charting Namespace